.masthead {
    position: relative;
    min-width: 360px;
}
.masthead-video {
    z-index: 0;
}
.masthead-overlay {
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    width: 100%;
    height: 100%;
}
.masthead-video-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    padding-right: 10px;
    bottom: 10px;
    text-decoration: none;
    text-align: right;
    line-height: 1.5;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.masthead-video-credit span {
    display: block;
}
.masthead-video-credit:hover {
    opacity: 1;
}
.masthead-arrow {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.4;
}

.masthead h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    background-image:url(../img/bannertext.png); background-size: 50%; background-image: cover; background-repeat: no-repeat; background-position: center center;
}

.masthead .playbutton{
    position: absolute;
    left:50%;
    top:30%;
    text-align: center;
    bottom:0;
    margin: auto;
    color: #fff;
    display: inline-block;
    width: 167px;
    height: 54px;
  margin-left:-83.5px;
     border: 2px solid rgba(255,255,255,0.5); 
    line-height: 54px;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 3px;
    font-weight: 600;
}
